home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / regen01.exe / REGENUM.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-09-02  |  8KB  |  363 lines

  1. object Form1: TForm1
  2.   Left = 178
  3.   Top = 142
  4.   Width = 559
  5.   Height = 333
  6.   HelpContext = 10
  7.   Caption = 'Registry key enumerator'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 551
  27.     Height = 49
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Panel5: TPanel
  32.       Left = 0
  33.       Top = 0
  34.       Width = 430
  35.       Height = 49
  36.       Align = alClient
  37.       BevelInner = bvRaised
  38.       BevelOuter = bvNone
  39.       TabOrder = 0
  40.       object Panel6: TPanel
  41.         Left = 353
  42.         Top = 1
  43.         Width = 76
  44.         Height = 47
  45.         Align = alRight
  46.         BevelOuter = bvNone
  47.         TabOrder = 1
  48.         object el_cbxMaxDepth: TEnhLabel
  49.           Left = 4
  50.           Top = 7
  51.           Width = 53
  52.           Height = 13
  53.           Caption = '&Max depth:'
  54.           FocusControl = cbxMaxDepth
  55.         end
  56.         object cbxMaxDepth: TLblComboBox
  57.           Left = 4
  58.           Top = 22
  59.           Width = 64
  60.           Height = 21
  61.           Hint = 'Recursion'
  62.           ItemHeight = 13
  63.           Items.Strings = (
  64.             '1'
  65.             '2'
  66.             '3'
  67.             '4'
  68.             '5'
  69.             '(no limit)')
  70.           TabOrder = 0
  71.           Text = '1'
  72.           OnChange = cbxMaxDepthChange
  73.           LabelPos = lpTop
  74.           LabelMargin = 2
  75.           LabelComponent = el_cbxMaxDepth
  76.         end
  77.       end
  78.       object Panel7: TPanel
  79.         Left = 1
  80.         Top = 1
  81.         Width = 352
  82.         Height = 47
  83.         Align = alClient
  84.         BevelOuter = bvNone
  85.         TabOrder = 0
  86.         object el_cbxKey: TEnhLabel
  87.           Left = 8
  88.           Top = 7
  89.           Width = 21
  90.           Height = 13
  91.           Caption = '&Key:'
  92.           FocusControl = cbxKey
  93.         end
  94.         object cbxKey: TLblComboBox
  95.           Left = 8
  96.           Top = 22
  97.           Width = 357
  98.           Height = 21
  99.           Hint = 'Full registry key'
  100.           ItemHeight = 13
  101.           TabOrder = 0
  102.           LabelPos = lpTop
  103.           LabelMargin = 2
  104.           LabelComponent = el_cbxKey
  105.         end
  106.       end
  107.     end
  108.     object Panel4: TPanel
  109.       Left = 430
  110.       Top = 0
  111.       Width = 121
  112.       Height = 49
  113.       Align = alRight
  114.       BevelInner = bvRaised
  115.       BevelOuter = bvNone
  116.       TabOrder = 1
  117.       object sbStop: TSpeedButton
  118.         Left = 8
  119.         Top = 22
  120.         Width = 21
  121.         Height = 21
  122.         Hint = 'Stop (alt-s)'
  123.         Caption = 'X'
  124.         Enabled = False
  125.         OnClick = sbStopClick
  126.       end
  127.       object btnEnum: TButton
  128.         Left = 38
  129.         Top = 22
  130.         Width = 75
  131.         Height = 21
  132.         Hint = 'Go!'
  133.         Caption = 'E&numerate'
  134.         TabOrder = 0
  135.         OnClick = btnEnumClick
  136.       end
  137.     end
  138.   end
  139.   object Panel2: TPanel
  140.     Left = 0
  141.     Top = 49
  142.     Width = 551
  143.     Height = 238
  144.     Align = alClient
  145.     BevelOuter = bvNone
  146.     Caption = 'Panel2'
  147.     TabOrder = 1
  148.     object Panel3: TPanel
  149.       Left = 0
  150.       Top = 0
  151.       Width = 551
  152.       Height = 219
  153.       Align = alClient
  154.       BevelOuter = bvNone
  155.       Caption = 'Panel3'
  156.       TabOrder = 0
  157.       object RichEdit1: TRichEdit
  158.         Left = 0
  159.         Top = 0
  160.         Width = 551
  161.         Height = 219
  162.         Align = alClient
  163.         Font.Color = clBlack
  164.         Font.Height = -11
  165.         Font.Name = 'MS Sans Serif'
  166.         Font.Style = [fsBold]
  167.         MaxLength = 200000000
  168.         ParentFont = False
  169.         PlainText = True
  170.         PopupMenu = EditPopUp
  171.         ScrollBars = ssBoth
  172.         TabOrder = 0
  173.         WordWrap = False
  174.       end
  175.     end
  176.     object StatusBar1: TStatusBar
  177.       Left = 0
  178.       Top = 219
  179.       Width = 551
  180.       Height = 19
  181.       Panels = <
  182.         item
  183.           Text = 'Processing key : '
  184.           Width = 50
  185.         end>
  186.       SimplePanel = False
  187.     end
  188.   end
  189.   object MainMenu1: TMainMenu
  190.     Left = 117
  191.     Top = 114
  192.     object File1: TMenuItem
  193.       Caption = '&File'
  194.       ShortCut = 0
  195.       object OpenRegedit1: TMenuItem
  196.         Caption = 'Open &Regedit'
  197.         ShortCut = 0
  198.         OnClick = OpenRegedit1Click
  199.       end
  200.       object N5: TMenuItem
  201.         Caption = '-'
  202.         ShortCut = 0
  203.       end
  204.       object Open1: TMenuItem
  205.         Caption = '&Open'
  206.         ShortCut = 0
  207.         OnClick = Open1Click
  208.       end
  209.       object Save1: TMenuItem
  210.         Caption = '&Save'
  211.         ShortCut = 0
  212.         OnClick = Save1Click
  213.       end
  214.       object SaveAs1: TMenuItem
  215.         Caption = 'Save &As'
  216.         ShortCut = 0
  217.         OnClick = SaveAs1Click
  218.       end
  219.       object N1: TMenuItem
  220.         Caption = '-'
  221.         ShortCut = 0
  222.       end
  223.       object Exit1: TMenuItem
  224.         Caption = 'E&xit'
  225.         ShortCut = 0
  226.         OnClick = Exit1Click
  227.       end
  228.     end
  229.     object Edit1: TMenuItem
  230.       Caption = '&Edit'
  231.       ShortCut = 0
  232.       OnClick = Edit1Click
  233.       object copy1: TMenuItem
  234.         Caption = '&Copy'
  235.         ShortCut = 0
  236.         OnClick = copy1Click
  237.       end
  238.       object Paste1: TMenuItem
  239.         Caption = '&Paste'
  240.         ShortCut = 0
  241.         Visible = False
  242.         OnClick = Paste1Click
  243.       end
  244.       object N2: TMenuItem
  245.         Caption = '-'
  246.         ShortCut = 0
  247.       end
  248.       object Find1: TMenuItem
  249.         Caption = '&Find'
  250.         ShortCut = 16454
  251.         OnClick = Find1Click
  252.       end
  253.       object FindNext1: TMenuItem
  254.         Caption = 'Find Next'
  255.         ShortCut = 114
  256.         OnClick = FindNext1Click
  257.       end
  258.       object N6: TMenuItem
  259.         Caption = '-'
  260.         ShortCut = 0
  261.       end
  262.       object Selectall1: TMenuItem
  263.         Caption = '&Select all'
  264.         ShortCut = 0
  265.         OnClick = Selectall1Click
  266.       end
  267.     end
  268.     object Options1: TMenuItem
  269.       Caption = '&Options'
  270.       ShortCut = 0
  271.       object TextOnly1: TMenuItem
  272.         Caption = '&Strings Only'
  273.         ShortCut = 0
  274.         OnClick = TextOnly1Click
  275.       end
  276.       object DefaultsOnly1: TMenuItem
  277.         Caption = '&Defaults Only'
  278.         ShortCut = 0
  279.         OnClick = DefaultsOnly1Click
  280.       end
  281.       object Fullkeypaths1: TMenuItem
  282.         Caption = '&Full key paths'
  283.         ShortCut = 0
  284.         OnClick = Fullkeypaths1Click
  285.       end
  286.       object N4: TMenuItem
  287.         Caption = '-'
  288.         ShortCut = 0
  289.       end
  290.       object Other1: TMenuItem
  291.         Caption = '&Other Options'
  292.         ShortCut = 0
  293.         OnClick = Other1Click
  294.       end
  295.     end
  296.     object Tools1: TMenuItem
  297.       Caption = '&Tools'
  298.       ShortCut = 0
  299.       object BackupRegistry1: TMenuItem
  300.         Caption = '&Backup Registry'
  301.         ShortCut = 0
  302.         OnClick = BackupRegistry1Click
  303.       end
  304.     end
  305.     object Help1: TMenuItem
  306.       Caption = '&Help'
  307.       ShortCut = 0
  308.       object HelpTopics1: TMenuItem
  309.         Caption = '&Help Topics'
  310.         ShortCut = 0
  311.         OnClick = HelpTopics1Click
  312.       end
  313.       object N3: TMenuItem
  314.         Caption = '-'
  315.         ShortCut = 0
  316.       end
  317.       object AboutRegenumerator1: TMenuItem
  318.         Caption = '&About Reg Enumerator'
  319.         ShortCut = 0
  320.         OnClick = AboutRegenumerator1Click
  321.       end
  322.     end
  323.   end
  324.   object FormStorage1: TFormStorage
  325.     StoredProps.Strings = (
  326.       'DefaultsOnly1.Checked'
  327.       'TextOnly1.Checked'
  328.       'cbxKey.Items')
  329.     Left = 209
  330.     Top = 82
  331.   end
  332.   object SaveDialog1: TSaveDialog
  333.     DefaultExt = 'txt'
  334.     FileEditStyle = fsEdit
  335.     Filter = 'Text|txt'
  336.     Options = [ofOverwritePrompt, ofExtensionDifferent, ofPathMustExist]
  337.     Left = 237
  338.     Top = 150
  339.   end
  340.   object OpenDialog1: TOpenDialog
  341.     DefaultExt = 'txt'
  342.     FileEditStyle = fsEdit
  343.     Options = [ofNoValidate, ofPathMustExist, ofFileMustExist]
  344.     Left = 321
  345.     Top = 114
  346.   end
  347.   object EditPopUp: TPopupMenu
  348.     OnPopup = EditPopUpPopup
  349.     Left = 96
  350.     Top = 209
  351.     object Bold1: TMenuItem
  352.       Caption = 'Bold'
  353.       ShortCut = 0
  354.       OnClick = Bold1Click
  355.     end
  356.     object Copy2: TMenuItem
  357.       Caption = 'Copy'
  358.       ShortCut = 0
  359.       OnClick = Copy2Click
  360.     end
  361.   end
  362. end
  363.